Save the size column visibility state with the rest of the FileChooser
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 18 Sep 2008 22:00:53 +0000 (22:00 +0000)
committerEmmanuele Bassi <ebassi@src.gnome.org>
Thu, 18 Sep 2008 22:00:53 +0000 (22:00 +0000)
2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>

* gtk/gtkfilechooserdefault.c (settings_save): Save the size column
visibility state with the rest of the FileChooser settings.

svn path=/trunk/; revision=21437

ChangeLog
gtk/gtkfilechooserdefault.c

index 1520da59f2f67a020c2b0b3efd29e139a7548a75..ed88ab793db0881b1d064b01fa6fa0b0489d1139 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
+
+       * gtk/gtkfilechooserdefault.c (settings_save): Save the size column
+       visibility state with the rest of the FileChooser settings.
+
 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
 
        Bug 325095 – show a 'size' column
index 2bcf47752947bf3331302897ad2f3b13a936e964..721bcb573a94c63415255c719d2cd726a54ece59 100644 (file)
@@ -6009,6 +6009,7 @@ settings_save (GtkFileChooserDefault *impl)
   _gtk_file_chooser_settings_set_location_mode (settings, impl->location_mode);
   _gtk_file_chooser_settings_set_show_hidden (settings, gtk_file_chooser_get_show_hidden (GTK_FILE_CHOOSER (impl)));
   _gtk_file_chooser_settings_set_expand_folders (settings, impl->expand_folders);
+  _gtk_file_chooser_settings_set_show_size_column (settings, impl->show_size_column);
 
   /* NULL GError */
   _gtk_file_chooser_settings_save (settings, NULL);